List of usage examples for org.hibernate.usertype UserType interface-usage
From source file org.eclipse.emf.teneo.hibernate.mapping.QNameUserType.java
/**
* Implements the Hibernate UserType for the QName. It stores the three parts of the qname in one
* varchar.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
* @version $Revision: 1.2 $ $Date: 2008/02/28 07:08:24 $
From source file org.eclipse.emf.teneo.hibernate.mapping.XSDDuration.java
/**
* Provides a Hibernate extension (called a UserType) to support the xml Duration type. The duration
* is persisted as a string.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
*/
From source file org.eclipsetrader.repository.hibernate.internal.types.DataProviderFactoryAdapter.java
public class DataProviderFactoryAdapter implements UserType { public static final String PROVIDERS_FACTORY_ID = "org.eclipsetrader.core.providers"; public class FailsafeDataProviderFactory implements IDataProviderFactory {
From source file org.eclipsetrader.repository.hibernate.internal.types.FeedIdentifierTypeAdapter.java
public class FeedIdentifierTypeAdapter implements UserType { public FeedIdentifierTypeAdapter() { } /* (non-Javadoc)
From source file org.eclipsetrader.repository.hibernate.internal.types.OHLCTypeAdapter.java
public class OHLCTypeAdapter implements UserType { public OHLCTypeAdapter() { } /* (non-Javadoc)
From source file org.eclipsetrader.repository.hibernate.internal.types.RepositoryFactoryType.java
public class RepositoryFactoryType implements UserType { private static final String ELEMENT_FACTORY_ID = "org.eclipsetrader.core.elementFactories"; public class FailsafeRepositoryElementFactory implements IRepositoryElementFactory {
From source file org.eclipsetrader.repository.hibernate.internal.types.SecurityType.java
public class SecurityType implements UserType { private static IRepositoryService repositoryService; public SecurityType() { }
From source file org.eclipsetrader.repository.hibernate.internal.types.TimeSpanTypeAdapter.java
public class TimeSpanTypeAdapter implements UserType { public TimeSpanTypeAdapter() { } /* (non-Javadoc)
From source file org.efs.openreports.util.EncryptedStringUserType.java
public class EncryptedStringUserType implements UserType { protected static Logger log = Logger.getLogger(EncryptedStringUserType.class); private static final int[] TYPES = new int[] { Types.VARCHAR }; private BCodec bCodec = new BCodec();
From source file org.egov.assets.persistence.StringJsonUserType.java
/** * @author timfulmer */ public class StringJsonUserType implements UserType { /**