Class Environment

    • Field Detail

      • BYTECODE_PROVIDER_NAME_BYTEBUDDY

        @Deprecated(forRemoval=true)
        public static final String BYTECODE_PROVIDER_NAME_BYTEBUDDY
        Deprecated, for removal: This API element is subject to removal in a future version.
        Replaced by org.hibernate.bytecode.internal.BytecodeProviderInitiator#BYTECODE_PROVIDER_NAME_BYTEBUDDY, however note that that's an internal contract: a different BytecodeProvider Initiator might ignore these constants or interpret them differently.
        See Also:
        Constant Field Values
      • BYTECODE_PROVIDER_NAME_NONE

        @Deprecated(forRemoval=true)
        public static final String BYTECODE_PROVIDER_NAME_NONE
        Deprecated, for removal: This API element is subject to removal in a future version.
        Replaced by org.hibernate.bytecode.internal.BytecodeProviderInitiator#BYTECODE_PROVIDER_NAME_NONE, however note that that's an internal contract: a different BytecodeProvider Initiator might ignore these constants or interpret them differently.
        See Also:
        Constant Field Values
      • BYTECODE_PROVIDER_NAME_DEFAULT

        @Deprecated(forRemoval=true)
        public static final String BYTECODE_PROVIDER_NAME_DEFAULT
        Deprecated, for removal: This API element is subject to removal in a future version.
        Replaced by org.hibernate.bytecode.internal.BytecodeProviderInitiator#BYTECODE_PROVIDER_NAME_DEFAULT however note that that's an internal contract: a different BytecodeProvider Initiator might apply a different default.
        See Also:
        Constant Field Values