Class OracleBitSetMapping


  • public class OracleBitSetMapping
    extends BitSetMapping
    Mapping for a BitSet type for Oracle.
    • Constructor Detail

      • OracleBitSetMapping

        public OracleBitSetMapping()
    • Method Detail

      • performSetPostProcessing

        public void performSetPostProcessing​(org.datanucleus.state.DNStateManager sm)
        Retrieve the empty BLOB created by the insert statement and write out the current BLOB field value to the Oracle BLOB object
        Overrides:
        performSetPostProcessing in class JavaTypeMapping
        Parameters:
        sm - the current StateManager