org.hibernate.type
Class AlternativeLobTypes.BlobTypes<S,T extends LobType<S>>
java.lang.Object
org.hibernate.type.AlternativeLobTypes<S,T>
org.hibernate.type.AlternativeLobTypes.BlobTypes<S,T>
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AlternativeLobTypes<S,T extends LobType<S>>
public static class AlternativeLobTypes.BlobTypes<S,T extends LobType<S>>
- extends AlternativeLobTypes<S,T>
Provides alternative types for binding BLOB
values.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPrimitiveArrayBindingType
public final T getPrimitiveArrayBindingType()
- Returns the type that explicitly binds the
BLOB
value,
- Returns:
- type that binds the
BLOB
- See Also:
BlobTypeDescriptor.PRIMITIVE_ARRAY_BINDING
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.